home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / DISK_UTL / SHOWMAN / ABOUT.DFM / ABOUT.txt
Text File  |  1996-05-25  |  1KB  |  75 lines

  1. object AboutBox: TAboutBox
  2.   Left = 243
  3.   Top = 108
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 209
  8.   ClientWidth = 298
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 161
  21.     BevelOuter = bvLowered
  22.     TabOrder = 0
  23.     object ProgramIcon: TImage
  24.       Left = 8
  25.       Top = 8
  26.       Width = 65
  27.       Height = 57
  28.       IsControl = True
  29.     end
  30.     object ProductName: TLabel
  31.       Left = 88
  32.       Top = 16
  33.       Width = 68
  34.       Height = 13
  35.       Caption = 'Product Name'
  36.       IsControl = True
  37.     end
  38.     object Version: TLabel
  39.       Left = 88
  40.       Top = 40
  41.       Width = 35
  42.       Height = 13
  43.       Caption = 'Version'
  44.       IsControl = True
  45.     end
  46.     object Copyright: TLabel
  47.       Left = 8
  48.       Top = 80
  49.       Width = 44
  50.       Height = 13
  51.       Caption = 'Copyright'
  52.       IsControl = True
  53.     end
  54.     object Comments: TLabel
  55.       Left = 8
  56.       Top = 104
  57.       Width = 49
  58.       Height = 13
  59.       Caption = 'Comments'
  60.       IsControl = True
  61.     end
  62.   end
  63.   object OKButton: TButton
  64.     Left = 118
  65.     Top = 178
  66.     Width = 65
  67.     Height = 26
  68.     Caption = 'OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 1
  72.     IsControl = True
  73.   end
  74. end
  75.